home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
htmedical
/
demos
/
RemoveIt.csh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-07-08
|
393b
|
12 lines
#!/bin/csh
xwsh -bg royalblue -fg white \
-geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
-title "Remove T-Vox 1.0 Hot Mix Demo" \
-e /bin/csh -c \
"echo You must be root to remove T-Vox 1.0 Hot Mix Demo; \
cd $HOTMIXDIR/html/vendors/htmedical/demos ; \
su root -c './RemoveIt2.csh'"
# cd /home/TVox/HotMix/HTMedical/demos ; \